home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / utilhard.arc / VDL.DOC < prev    next >
Encoding:
Text File  |  1984-04-10  |  2.0 KB  |  39 lines

  1.  
  2.                  VDL.COM   -   Verify wildcard file deletion
  3.  
  4.                 Syntax: VDL [d:][path]filespec
  5.  
  6.         This program is designed to function like Jeff Garber's VDEL (PC 
  7. Tech Journal, vol.1 no.5).  It uses DOS 2.00 function calls to enable the 
  8. use of paths and sub-directories, however, so it requires DOS 2.00 or 
  9. subsequent versions.  In addition, it displays the usual directory 
  10. information, along with the filename, in the verification prompt. 
  11.         VDL will be most useful when the filespec on the command line 
  12. contains global filename characters (* or ?).  A list of matching files is 
  13. presented in directory format, one entry at a time, each followed by a 
  14. '?'.  The response to this prompt determines the action taken:
  15.  
  16.                 'y' or 'Y'      file deleted.           search continues
  17.                 Esc             no action on this file, search ends
  18.                 (any other)     no action on this file, search continues
  19. e.g.:
  20.         A>vdl c:temp\xxx.*                                   [response]
  21.         XXX     .ASM    #bytes  date    time    ?        [' ']
  22.         XXX     .OBJ    #bytes  date    time    ? Deleted.      ['y']
  23.         XXX     .BAK    #bytes  date    time    ? Deleted.      ['y']
  24.         XXX     .EXate    time    ? Deleted.      ['y']
  25.         XXX     .BAK    #bytes  date    time    ? Deleted.      ['y']
  26.         XXX     .EXE    #bytes  date    time    ?               [Esc]
  27.         Search ended.
  28.  
  29.         A>
  30.  
  31. The [d:][path], when used, is not echoed in the display.  Directory entries 
  32. with special attributes will not be found.
  33.     Before serious use, try this command out with a bunch of dummy
  34. files to make sure it is working properly and its behavior is understood.
  35.  
  36. Tom Roberts
  37. CL3036
  38. 16/2/84
  39.